Skip to main content

Configure Flow Input Schema

The Flow Input schema is used when external input is required for a manual trigger to execute the flow. You can provide three types of input to a component from the input section of the properties-pane.

  • User Input: Enter the input for a component manually in the provided field. It can be either a string or an integer.
  • JSON Path: Enter the input for a component from any preceding step in the workflow. The input type is JSON.
  • Template: It is a combination of the above two input types. The user can give both manual and JSON path input.

For GUI based input, a schema editor is presented, which allows the user to mention the type of test input (User input, JSON path, Template) and the UI control for the test input (Dropdown, Checkbox, Text Area, Condition, Input) to add to the workflow.

To Configure Input Schema

  1. Go to My Flows > Flow Dashboard.
  2. Search and navigate to the flow that you want to configure input schema.
  3. Next Save as Working Draft.

 

Top of page